/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name          : readme.txt
* Author             : MCD Application Team
* Version            : V2.0.0
* Date               : 08/08/2008
* Description        :  Description of the RTC Example.
********************************************************************************
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
* CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/


Example description
===================
This directory contains a set of sources files that build the application to be
loaded into into Flash memory using In-Application Programming (IAP, through UART1).

This example configures the RTC for generating a 1024Hz periodic interrupt.

This interrupt will be used to toogle a led connected to GPIO P9.2: you should see 
a square waveform on pin P9.2 with a frequency of 512Hz.


Directory contents
==================
 + project
     - EWARMv5 and EWARMv4: This folder contains a pre-configured project file 
                           that produces a binary image of RTC example to be loaded 
                           with IAP.

     - RIDE: This folder contains a pre-configured project file that produces a
             binary image of RTC example to be loaded with IAP.

     - RVMDK: This folder contains a pre-configured project file that produces a
              binary image of RTC example to be loaded with IAP.              

91x_conf.h  Library Configuration file
91x_it.c    Interrupt handlers
main.c      Main program
91x_it.h    Interrupt handlers header file
readme.txt  This file

Hardware environment
====================
 - Connect a led to P9.2 pin (LD4 on STR91x-EVAL board).
   
     
How to use it
=============
In order to load the SysTick example with the IAP, you must do the following:
 + EWARMv5 and EWARMv4:
    - Open the project.eww workspace
   -  Rebuild all files: Project->Rebuild all
   - A binary file project.bin" will be generated under "user application\Exe" 
     folder 
   - Finaly load this image with IAP application

 + RIDE
    - Open the project.rprj project
    - Rebuild all files: Project->build project
    - Run "hextobin.bat"
    - A binary file "project.bin" will be generated under "\obj" folder
    - Finaly load this image with IAP application

 + RVMDK
    - Open the project.Uv2 project
    - Rebuild all files: Project->Rebuild all target files
    - Run "axftobin.bat"
    - A binary file "project.bin" will be generated under "\Output" folder
    - Finaly load this image with IAP application
    

******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE****

